┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/perl5/vendor_perl/Test2/API/InterceptResult
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Facet.pm
package Test2::API::InterceptResult::Facet; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = ('Test2::EventFacet'); } our $AUTOLOAD; sub AUTOLOAD { my $self = shift; my $name = $AUTOLOAD; $name =~ s/^.*:://g; return undef unless exists $self->{$name}; return $self->{$name}; } sub DESTROY {} 1;
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Event.pm
PM
28.1 KB
2024-04-25 14:05
EDIT
📄 Facet.pm
PM
380 B
2024-04-25 14:05
EDIT
📄 Hub.pm
PM
969 B
2024-04-25 14:05
EDIT
📄 Squasher.pm
PM
3.6 KB
2024-04-25 14:05
EDIT